Skip to content

Document sequential phantom chunk simulation#766

Merged
cncastillo merged 3 commits into
masterfrom
codex/docs-sequential-chunks
May 3, 2026
Merged

Document sequential phantom chunk simulation#766
cncastillo merged 3 commits into
masterfrom
codex/docs-sequential-chunks

Conversation

@cncastillo
Copy link
Copy Markdown
Member

Problem

Large phantoms may not fit in GPU memory even when only one GPU is available. The distributed simulation docs covered multiple GPUs and multiple nodes, but did not show the simpler sequential chunking path.

Solution

Adds a section to the distributed simulations how-to showing how to split a phantom into chunks, simulate each chunk sequentially, and combine the raw outputs.

Tests

  • Documentation-only change; not run.

Development

Closes #598

@cncastillo cncastillo added the documentation Improvements to docs., it also triggers doc preview label May 2, 2026
@codecov
Copy link
Copy Markdown

codecov Bot commented May 2, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 88.68%. Comparing base (0a47c81) to head (79c8130).
⚠️ Report is 1 commits behind head on master.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #766      +/-   ##
==========================================
- Coverage   90.01%   88.68%   -1.34%     
==========================================
  Files          74       74              
  Lines        5179     5171       -8     
==========================================
- Hits         4662     4586      -76     
- Misses        517      585      +68     
Flag Coverage Δ
base 86.48% <ø> (ø)
core 80.47% <ø> (-10.17%) ⬇️
files 95.26% <ø> (ø)
komamri 88.23% <ø> (ø)
plots 90.88% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.
see 8 files with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented May 3, 2026

@cncastillo cncastillo merged commit 8c66f5c into master May 3, 2026
19 checks passed
@cncastillo cncastillo deleted the codex/docs-sequential-chunks branch May 3, 2026 21:32
github-actions Bot added a commit that referenced this pull request May 3, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements to docs., it also triggers doc preview

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add section: Divide Phantom in multiple chunks and simulate them sequentially

1 participant